gesture: Add grouping API
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 8 Apr 2014 18:47:38 +0000 (20:47 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:25 +0000 (19:54 +0200)
commitb0a23dbfbdafe83daee16517875a8c2b532af121
treef1f10a06e739017ba5e04b11ce43d4f0ab49af1c
parent6433a5452e9a27451f7a9d709c6484296319ca4b
gesture: Add grouping API

This API eliminates the need for overriding
GtkWidget::sequence-state-changed virtually everywhere. Grouped
gestures share common states for a same GdkEventSequence, so the
state of sequences stay in sync across those.
gtk/gtkgesture.c
gtk/gtkgesture.h